projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ba2f0
)
drip, drip, drip... fixed some memory leaks
author
parkrrrr
<parkrrrr>
Thu, 31 Jul 2003 15:23:28 +0000
(15:23 +0000)
committer
parkrrrr
<parkrrrr>
Thu, 31 Jul 2003 15:23:28 +0000
(15:23 +0000)
arcdist.c
patch
|
blob
|
history
polygon.c
patch
|
blob
|
history
diff --git
a/arcdist.c
b/arcdist.c
index dc0cc886993c573e61b400d81ff525b49923e26e..544072299c9d2eb8efd15a5382387d8a2694c16e 100644
(file)
--- a/
arcdist.c
+++ b/
arcdist.c
@@
-290,7
+290,6
@@
arcdist_process(void)
if ((ed->distance >= pos_dist) == (exclopt == NULL)) {
waypt_del(wp);
waypt_free(wp);
- continue;
}
xfree( ed );
}
diff --git
a/polygon.c
b/polygon.c
index 4393e66987d2e3ca4b239c64c8165593a8dc7aed..c4cd8e3fc4a775ff6027ee850110fdbcf78895fa 100644
(file)
--- a/
polygon.c
+++ b/
polygon.c
@@
-276,7
+276,6
@@
polygon_process(void)
if (((ed->state & INSIDE) == OUTSIDE ) == (exclopt == NULL)) {
waypt_del(wp);
waypt_free(wp);
- continue;
}
xfree( ed );
}